Click or drag to resize

ItemShape Class

Identifies a set of properties to return in a GetItem Operation, FindItem Operation, or SyncFolderItems Operation response.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeItemShape

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ItemShape

The ItemShape type exposes the following members.

Constructors
  NameDescription
Public methodItemShape
Initializes a new instance of the ItemShape class.
Public methodItemShape(IListPropertyPath)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType)
Initializes a new instance of the ItemShape class.
Public methodItemShape(IListPropertyPath, BodyType)
Initializes a new instance of the ItemShape class.
Public methodItemShape(IListPropertyPath, Boolean)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, BodyType)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, Boolean)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, IListPropertyPath)
Initializes a new instance of the ItemShape class.
Public methodItemShape(IListPropertyPath, Boolean, BodyType)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, Boolean, BodyType)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, IListPropertyPath, BodyType)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, IListPropertyPath, Boolean)
Initializes a new instance of the ItemShape class.
Public methodItemShape(ShapeType, IListPropertyPath, Boolean, BodyType)
Initializes a new instance of the ItemShape class.
Top
Properties
  NameDescription
Public propertyAddBlankTargetToLinks
Gets or sets a value indicating whether [add blank target to links].
Public propertyBlockExternalImages
Gets or sets a value indicating whether [block external images].
Public propertyBodyType
Identifies how the body text is formatted in the response.
Public propertyConvertHtmlCodePageToUTF8
Gets or sets a value indicating whether [convert HTML code page to ut f8].
Public propertyFilterHtmlContent
Gets or sets a value indicating whether [filter HTML content].
Public propertyIncludeMimeContent
Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item is returned in the response.
Public propertyInlineImageUrlTemplate
Gets or sets the inline image URL template.
Public propertyMaximumBodySize
Gets or sets the maximum size of the body.
Public propertyPropertyPaths
Identifies additional properties to return in a response.
Public propertyType
Identifies the basic configuration of properties to return in an item or folder response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current ItemShape object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also